home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 026a / d123.zip / D123.HLP < prev    next >
Text File  |  1991-09-18  |  10KB  |  230 lines

  1. ─────────────────────────────────────────────────────────────────────────
  2.                            Dbase III File Editor V2
  3.                         Copyright (C) 1991 C.E. Deveza
  4.  
  5.     F1   - Call up this help          F9  - Hide Column (Field).
  6.     F2   - Edit (Full Screen).        F10 - Recall All Hidden Columns.
  7.     F3   - Append New Record.
  8.     F4   - Reserved                   ^U  - Delete/Recall Record(Toggle)
  9.                                       ^M  - Mark/UnMark Record(Toggle)
  10.                                       ^K-[1..4] - Memorize Location
  11.     F6   - Search (Multiple Fields)   ^Q-[1..4] - Recall Cursor Location
  12.            '-' - Search Again.
  13.     F7   - Binary Search (on index file)
  14.     F8   - Go To Record Number(Record Number of Index file if indexed).
  15.    ' / ' - Main Menu
  16.    ' . ' - Mark Range
  17.  
  18.     ESC  - Hide Marked Fields (Toggle)
  19.   Enter  - Anchor End / Start Copy
  20.  
  21.  
  22.                                                               More.....
  23.  
  24.  FORWARD SLASH '/'
  25.       
  26. ┌ MAIN  MENU ┐
  27. │File ───────────────────┐
  28. │Copy Block  │           
  29. │Erase Block │   ┌── FILE MENU ───┐
  30. │Delete Block│   │Load New File   │
  31. │Recall Block│   │File Info/Status│
  32. │Mark Block  │   │Pack File       │
  33. │UnMark Block│   │UnMark File     │
  34. │Print Block │   │Open Index File │  ┌ Opens Index FileName Prompt Box
  35. │Quit        │   │Close Index File│  │                
  36. └────────────┘   │New Index File ────┘  ┌────  FILTER SELECTION ───────┐
  37.                  │ReIndex         │     │All Records                   │
  38.                  └────────────────┘     │Deleted Records Excluded      │
  39.                                         │Marked Records Excluded       │
  40.                                         │Both Marked & Deleted Excluded│
  41.                                         └──────────────────────────────┘
  42.                                                       
  43.                                         ┌──────────────────────────────┐
  44.                                         │    INDEX FIELD SELECTION     │
  45. ESC - Brings you one level Up           └──────────────────────────────┘
  46.  
  47.  
  48. CURSOR MOVEMENTS:
  49. Right/Left Arrows - Moves Cursor One Cell (Field).
  50. Up/Down Arrows    - Moves Cursor One Cell (Record).
  51.  
  52. PgDn/PgUp - Moves Cursor One Screen Page.
  53.  
  54. Home      - Go to First field of record
  55. End       - Go to Last field of record
  56.  
  57. ^Home     - Go to First Record of File.
  58. ^End      - Go to Last Record of File.
  59.                                                               More.....
  60.  
  61. COPYING BLOCK:
  62.  Move the cursor to the starting cell then hit '/'-'C' to activate Copy Block.
  63.  Move the cursor to the ending cell. The cells that will be copied will be
  64.  highlighted. Hit the Enter key to Anchor the end. Move the cursor to the
  65.  target position. Hit Enter to execute copy.
  66.  
  67.  If only one record was Marked, pressing '.' will Mark Multiple copies Starting
  68.  location. Highlight the range where you want to make copies, then hit Enter to
  69.  execute Multiple Copies.
  70.  
  71.  If however you want to abandon any of the above operation, hitting 'ESC'
  72.  will hide whatever you have done. This is a toggle so hitting it back will
  73.  highlight what your have done. Useful in checking what you have done.
  74.  
  75.  An Indicator at the upper left corner of the screen is provided to indicate
  76.  your current mode of operation.
  77.                                                           More.....
  78.  
  79. DELETING AND RECALLING RECORD(s)
  80. Single Record (Ctrl-U)
  81.  This Toggles the Delete condition of a single record. It Toggles the Deletion
  82.  Mark On or Off.
  83.  
  84. Block Deletion and Recalling
  85.  Move the cursor to the starting record then hit '/'-'D' or '/'-'R' to activate
  86.  Delete Block or Recall Block respectively. Move the cursor to the ending
  87.  record. The records that will be Deleted or Recalled will be highlighted. Hit
  88.  Enter to execute operation.
  89.  
  90. The Deleted record Indicator is an asterisk '*' that appears in the upper left
  91. corner of the screen.
  92.  
  93.                                                           More.....
  94.  
  95. MARKING AND UNMARKING RECORD(s) (Unique to D123)
  96. Single Record (Ctrl-M)
  97.  This Toggles the Mark condition of a single record. It Toggles the Mark On or
  98.  Off.
  99.  
  100. Block Marking and UnMarking
  101.  Move the cursor to the starting record then hit '/'-'M' or '/'-'U' to activate
  102.  Mark Block or UnMark Block respectively. Move the cursor to the ending record.
  103.  The records that will be Deleted or Recalled will be highlighted. Hit Enter to
  104.  execute operation.
  105.  
  106. The Deleted record Indicator is a Dollar sign '$' that appears in the upper
  107. left corner of the screen.
  108.  
  109. This feature is used to add some filtering during indexing. See Indexing.
  110.  
  111. The file can be cleansed of Mark Dollar signs '$' by hitting '/'-'F'-'U'.
  112.  
  113.                                                           More.....
  114.  
  115. INDEXING:
  116. The program has a simple Indexing routine. It creates the index file with the
  117. key fields and the associated record number then the program sorts the file.
  118.  
  119. In creating the index file you can elect to include the entire file, to
  120. exclude records that are marked for deletion, to exclude records that are
  121. marked with '$' (unique to d123) or exclude both deleted and marked records.
  122. This features eliminates records that do not need to be edited from showing on
  123. the screen. Under the File Menu, selecting UnMark cleans the file of all Mark.
  124.  
  125. BINARY SEARCH (F7)
  126. Binary search can only be performed on sorted Index File. Enter arguments on
  127. fields you want to search, then hit ^End to begin. It is important that the
  128. Opened Index File is properly sorted (ReIndexed) for it to performed properly.
  129.  
  130.                                                           More.....
  131.  
  132. EDITING (F2) and ADDING (F3)
  133.  Cursor Movements:
  134.   Right/Left Arrows   - Moves Cursor One Character.
  135.   Up/Down Arrows      - Moves Cursor One Field.
  136.   ^Right/^Left Arrows - Moves Cursor One Word.
  137.   ^Enter - Deletes from cursor to End Of Field.
  138.   ^Y     - Deletes entire field contents.
  139.   Home   - Go to Beginning of Field.
  140.   End    - Go to End of Field.
  141.   PgDn   - Moves One Screen Full Down.
  142.   PgUp   - Moves One Screen Full Up.
  143.   ^End   - Accepts changes, UpDates DataBase and Exits.
  144.   ESC    - Aborts Editing and leaves Current Record UnTouched.
  145.  
  146.  On Editing:
  147.   ^PgDn  - Accepts changes, UpDates DataBase and Go To Next Records. If
  148.            End-Of-File is reached, you will be asked if you want to switch
  149.            to ADD mode to start adding new records.
  150.  
  151.   ^PgUp  - Accepts changes, UpDates DataBase and Go To Previous Records.
  152.  
  153.   On entry, the Cursor will be on the same field where the Cursor was on the
  154.   main screen. A quick edit of a single field can be done this way.
  155.  
  156. EDITING (F2) and ADDING (F3) (Cont'd)
  157.  On Adding:
  158.   ^PgDn  - Appends New Entry to DataBase and Starts a New Records.
  159.   ^PgUp  - Aborts New Entry and switch to EDIT Mode.
  160.  
  161.   Set Carry Flag is On by default, F3 toggles the flag.
  162.   When Carry Flag is On, the fields will be copied from the record where your
  163.   current cursor was at from the Main Screen, otherwise the fields will be
  164.   initialized to Blanks or Zeros.
  165.  
  166. Notes on EDITING or ADDING:
  167.  Editing a Field of type 'DATE' requires some care as the program displays
  168.  it in the internal format of the file. This format is as follows, the first
  169.  FOUR numbers signifies the YEAR, the next two numbers signifies the MONTH,
  170.  then the last two signifies the DAY.
  171.  
  172.  Memo fields can not be edited (not supported).
  173.  If you encounter a Memo Field, you can get out by hitting the Up Arrow(),
  174.  Dn Arrow(), Page Down or Page Up Key.
  175.  
  176.  Note that Hidden Fields cannot be edited. If you desire to edit Hidden Fields,
  177.  restore the fields first (F10).
  178.  
  179. SEARCHING MULTIPLE FIELDS (F6) and SEARCHING AGAIN ('-')
  180.  On entry, all fields are shown, hitting function key 9 (F9) will hide the
  181.  field where your cursor is, hitting function key 10 (F10) will restore all
  182.  fields. Hiding fields you are not interested in, speeds up the search process
  183.  a little bit. A good field to hide are Memo Fields.
  184.  
  185.  Enter arguments on fields you want to search, then hit ^End to begin the
  186.  search. Note that fields left blank will be disregarded but still included
  187.  as a field to search. An exemption to this are Numeric field, since they are
  188.  never blank but initialized to Zero (0). Hitting '-' will search again the
  189.  occurence of the previous argument.
  190.  
  191. HIDE COLUMN(s) (F9) RESTORE HIDDEN COLUMNS (F10)
  192.  Hide Columns is similar to DBase III Set Fields concept. Hitting F9 will hide
  193.  the Column(field) where your cursor is. Hitting F10 will recall all hidden
  194.  Columns(all fields).
  195.  
  196.  This is useful if you dont want a particular field be touch while editing.
  197.  i.e. Keyfields like MicroStation MSLINK.
  198.  
  199.  
  200. PLACING (Ctrl-K-[1,2,3,4]) AND RECALLING MARK FROM MEMORY (Ctrl-Q-[1,2,3,4])
  201.  The current location of the cursor can be memorized by hitting Ctrl-K and
  202.  the appropriate memory register. You have Four free registers to use, 1 to 4.
  203.  Hitting Ctrl-Q and the appropriate register will bring you to the position
  204.  what was placed in that particular register.
  205.  
  206. PROGRAM NOTES:
  207.  If you find this program to be useful to you. Please send in your name and
  208.  registration fee of $25.00.
  209.  
  210.  Please report any bugs encountered.
  211.  Programmer: Calixto E. Deveza
  212.              44 Harder Rd. #33
  213.              Hayward Ca. 94544
  214.              (415) 582-7661
  215.                                                                 More.....
  216.  
  217. Program Restriction:
  218. (1) Does Not Work with monochrome monitors
  219. (3) Requires 80286/80386 machine with Math-Coprocessor
  220. (3) Memo Fields are not supported.
  221.  
  222.  
  223.  
  224.  Notes:
  225.  1. In the process of being fixed.
  226.  2. Will be developed.
  227.  3. Intended.
  228.  4. Not sure if this is wise.
  229.  
  230.